-
Notifications
You must be signed in to change notification settings - Fork 0
Add MSAgent character creation toolkit #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: ExtCan <60326708+ExtCan@users.noreply.github.com>
Co-authored-by: ExtCan <60326708+ExtCan@users.noreply.github.com>
|
@copilot Add automatic builds and allow for downloading the artifacts. |
Co-authored-by: ExtCan <60326708+ExtCan@users.noreply.github.com>
Added GitHub Actions workflow in commit e0aba3a. The workflow:
|
|
@copilot I meant build EXE file |
Co-authored-by: ExtCan <60326708+ExtCan@users.noreply.github.com>
Updated in commit 3318745. The workflow now builds standalone executables:
These can be downloaded from the Actions tab after each build. Run locally with |
Complete TypeScript toolkit for creating Microsoft Agent (MSAgent) character definitions - the animated desktop assistants like Clippy, Merlin, etc.
Core Components
Usage
Standard Animations
33 built-in templates:
Idle1-3,Show,Hide,Speak,Wave,Think,Pleased,Sad, gestures, etc.Test Coverage
77 tests covering builders, utilities, and export functionality.
CI/CD
GitHub Actions workflow included for automatic builds:
msagent-windows-x64- Windows executablemsagent-linux-x64- Linux executablemsagent-macos-x64- macOS executablemsagent-all-platforms- All executables in one archiveBuilding Executables Locally
This creates standalone executables in the
bin/directory that can run without Node.js installed.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.